@charset "utf-8";

#container.main_container { width: 100%; padding: 0; min-width: 1000px; overflow: hidden; float: none; min-height: 100px; }

/*visual*/
#main_visual { position: relative; }
.visual_txt { position: absolute; width: 650px; text-align: right; top: 90px; right: 100px; color: #fff; text-shadow: 1px 1px 5px rgba(0,0,0,.8) }
.visual_txt h2 { font-size: 58px; text-transform: uppercase; line-height: 1; margin: 10px 0 20px; }
.visual_txt p { font-size: 24px; }
/*.owl-carousel { height: 700px; overflow: hidden; }*/
.owl-nav .owl-prev { width: 50px; height: 85px; position: absolute; left: 50px; top: 50%; margin-top: -42.5px; background:  url(../img/main/arrow_prev.png) center center no-repeat; text-indent: -9999px; }
.owl-nav .owl-next { width: 50px; height: 85px; position: absolute; right: 50px; top: 50%; margin-top: -42.5px; background:  url(../img/main/arrow_next.png) center center no-repeat; text-indent: -9999px; }
.owl-dots { position: absolute; bottom: 50px; left: 50%; margin-left: -135px; }
.owl-dot { width: 18px; height: 18px; background-color: #fff; border-radius: 10px; display: inline-block; margin: 0 5px; transition: all 0.5s; -webkit-transition: all 0.5s; }
.owl-dot.active { width: 45px; background-color: #f64d0b; }

